home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 24
/
AACD 24.iso
/
AACD
/
Online
/
Epic4
/
share
/
epic
/
help
/
6_functions
/
remws
< prev
next >
Wrap
Text File
|
2001-03-21
|
343b
|
19 lines
Synopsis:
$remws(<lwords> / <rwords>)
Technical:
This function simply returns <rwords> with all of the words to the left
of the / removed.
Returns:
<rwords> with <lwords> removed
Examples:
$remws(foo bar / test blah foo fnord bar nyah)
returns
"test blah fnord nyah"
See Also:
remw(6); uniq(6);